/*
Theme Name: Createurs
Theme URI: http://www.lescreateurs.org
Description: Createurs theme by Pro-Nova
Template: lescreateurs
Version: 1.0
Author: Pro-Nova
Author URI: http://www.pro-nova.org

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/******************************************
*   HTML Elements
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height: 101%; }

body { background: #ffffff url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/bg-slice_01.jpg);  background-repeat: repeat-x ; padding: 64px 0px 0px 0px; color: #333333; }
body, select, input, textarea { font: 12px Arial, Tahoma, Verdana, sans-serif; }

p {	margin: 0 0 15px; line-height: 1.5em; }


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */

a:link, a:active, a:visited { color: #014694; text-decoration: none; }
a:hover	{ color: #014694; text-decoration: underline; }

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited {
	color: #840000;
	text-decoration: none;
	}
.title:hover {
	color: #840000;
	text-decoration: underline;
	}

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  { color:#ff0000; text-decoration: none; }
h3 a:hover { text-decoration: underline; }

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}

.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;}
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}



/******************************************
*   General Structure
******************************************/


#shadow-left{position: absolute; left: -38px; top: -19px;  width: 19px; height: 570px; background:url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/shadows_01.jpg) no-repeat;}
#shadow-right{position: absolute; left: 955px; top: -19px;  width: 20px; height: 570px; background:url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/shadows_02.jpg) no-repeat;}
#page { width: 936px; margin: 0 auto; font-size: 1em; background: #fff; padding: 18px; margin-bottom: 12px; }
#branding { }
#branding .bgfix { position: absolute; left: 425px; top: -49px; width: 194px; height: 49px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/hands_top.png) no-repeat; }
#branding #page-logo { display: block; float: left; width: 124px; height: 149px; text-indent: -9999px; background:url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/logo.jpg) no-repeat; }

.main-menu {  position: absolute; left: 142px; padding: 13px 1px 1px 13px; top: 112px; height: 30px; width: 510px; background: #fff; z-index: 10; }
.header_separator{ position: absolute; top: 165px; left: -19px; width: 974px; height: 8px ; background: #ffffff url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/header_sep.jpg); background-repeat: repeat-x ; padding-bottom: 18px;}

.left { float: left; }
.right { float: right; }
#sidebar, .sidebar-home { float: right; width: 251px; margin-top: 30px;  }
.sidebar-home { min-height: 1050px; height:auto !important; height: 1050px; }

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}

#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}



/******************************************
*   Sidebar
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}

.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}

#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/rss.gif) no-repeat;
	}


/******************************************
*   Headlines
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}

h2 {
	color: #840000;
	/*font: 1.8em Georgia, "Times New Roman", Times, serif;*/
	padding-bottom: 8px;
	/*border-bottom:1px solid #666;*/
	margin: 20px 0;
	}

h3 {
	/*
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	*/
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;

	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}



/******************************************
*   Content
******************************************/

#content { width: 650px; float: left; margin-top: 30px; }

.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}

#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
	}

.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}

#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}



/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;

	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}

.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
	}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}


/******************************************
*   Footer
******************************************/

#footer { position:relative; margin: 0 auto; width: 936px; height: 16px; background: #014694; font-size: 11px; text-align: center; padding-top:2px; color: #fff; }

#footer a {
	color:#fff;
	}
#bottom_shadow_left	{position: absolute; top: -365px ; left: -35px ; width: 15px; height: 407px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/bottom_shadows_left.jpg) no-repeat;}
#bottom_shadow_right{position: absolute; top: -365px ; right: -34px; width: 15px; height: 407px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/bottom_shadows_right.jpg) no-repeat;}
#footer_bottom_shadow {position: absolute; left: -20px; top: 36px; width: 975px;  height: 6px; overflow:hidden; background: #aeaeb0 ;}
/*****************************************/

.lclr { float: left; clear: both; }
.date-label  { position: absolute; left: 0; top: -45px; width: 270px; height: 20px;  }
.date-label p { font-size: 16px; line-height: 1.2em; font-weight:bold; color: #014694; white-space: nowrap; text-align: left;}
.search-form-wrapper { position: absolute; top: -53px; right:-20px; width: 170px; height: 27px;  z-index: 3; }
.search-form-wrapper input { float: left; display: inline; font-size: 10px; color: #333333; font-weight:normal; border: none; }
.search-form-wrapper #search-phrase { width: 135px;   background: #fff; padding: 4px 0px 4px 5px; margin-top: 4px; }

/**** FIX FIREFOX POSITIONING TEXT OF INPUT BUTTON LOWER THAN OTHER BROWSERS    ****/
input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}

.search-form-wrapper .search-button {  width: 24px; height: 21px; margin: 4px 0px 0px 4px; font-weight:bold; font-size: 10px; color: #000; background: #fff; border: none; }

#sidebar_region { position:relative; width: 254px; height: 226px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/region-map.jpg) no-repeat;}
#sidebar_region_div1 {position:absolute; top: 15px; left: 18px; font-size: 16px; color: #555555;}
#sidebar_region_div2 {position:absolute; top: 38px; left: 18px; font-size: 16px; color: #555555; }
#sidebar_region_div3 {position:absolute; top: 100px; left: 18px; font-size: 18px; color: #555555;}
#sidebar_region_div4 {position:absolute; top: 125px; left: 18px; font-size: 18px; color: #014694;}
#sidebar-select{position:absolute; top: 180px; left: 18px; width: 220px; }
#sidebar-select select {font-size: 12px; font-family: Arial, sans-serif; height: 25px;}
#sidebar .registration a { display: block; width: 254px; height: 74px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/registration.jpg) no-repeat; text-indent: -9999px; }
#sidebar ul li { list-style-type: none; margin: 0 0 0px; padding: 0; }
#sidebar h2 { border: none; color: #000000; font-size: 12px; font-weight: bold; margin: 0 0 5px; padding: 0 0 2px; }
#sidebar h4 { border: none; color: #146eb3; font-size: 11px; font-weight: normal; margin: 0 0 5px; padding: 0 0 2px; }
#sidebar .newsletter { margin: 15px 0; padding: 0; }
#sidebar .newsletter a { display: block; height: 53px; width:254px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/newsletter.jpg) no-repeat; text-indent: -9999px;}
/*
#sidebar .newsletter h3 { font-size: 11px; margin: 0 0 7px; padding: 0; color: #146eb3; letter-spacing: 0; text-transform: capitalize; border: none; }
#sidebar .newsletter p { font-size: 11px; margin: 0; padding: 0; color: #6c6c6c; }
#sidebar .newsletter input#subbox { float: left; display: inline; width: 195px; font-size: 10px; margin: 3px 0 0 5px; padding: 2px 0; color: #898989; background: none; border: none; }
#sidebar .newsletter input#subbutton { float: right; display: inline; width: 22px; height: 22px; font-size: 10px; margin: 0 0 0 2px; _padding-top: 2px; color: #898989; background: none; border: none; }
#sidebar .mobilize-logo a:hover { background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/logo_mobilisez_over.png) no-repeat; }
*/
#sidebar .elections { padding: 0; margin: 15px 0; }
#sidebar .elections a { display: block; height: 143px; width: 254px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/BusinessClub2.jpg) no-repeat; text-indent: -9999px; }

#sidebar .petition_link { padding: 0; margin: 15px 0; }
#sidebar .petition_link a { display: block; height: 102px; width: 251px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/logo_petition.png) no-repeat; text-indent: -9999px; }

#sidebar .action-logo { padding: 0; margin: 10px 0; }
#sidebar .action-logo a { display: block; height: 121px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/logo_action.png) no-repeat; text-indent: -9999px; }

#l_sidebar { background: #f3f3f4;  _width: 251px; }
.archives_wrapper{ padding-top: 22px; _padding-top: 33px;}
#sidebar #archives { }
#sidebar #archives h2 { text-indent: 13px; font-size: 12px; font-weight: bold; height: 25px; width: 254px; padding: 5px 0px 0px 10px; color: #fff; letter-spacing: 0;  background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/archives-bg.jpg) no-repeat; }
#sidebar #archives ul {  }
#sidebar #archives li {   display:block; height: 17px; padding-top: 2px; padding-left:20px; text-transform: capitalize;  }
#sidebar #archives li a { font-size: 11px; color: #014694; text-decoration: none; }

.darker { background-image: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/archives_dark_row.jpg); }

#sidebar #links { border: 1px solid #146eb3; padding: 0; margin: 10px 0; }
#sidebar #links h2 { font-size: 11px; font-weight: normal; height: 20px; margin: 0; padding: 2px 0 0 10px; color: #fff; letter-spacing: 0;background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/archives_title_bckg.png) repeat-x; }
#sidebar #links ul { padding: 2px 0 4px; }
#sidebar #links li { margin: 4px 0 4px 10px; padding-left: 8px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/b_dot.png) no-repeat left 7px; _background-position: left 8px;  }
#sidebar #links li a { font-size: 11px; color: #6c6c6c; text-decoration: none; }

#sidebar #comments { padding: 0; margin: 10px 0; }
#sidebar #comments h2 { text-indent: 10px; font-size: 12px; font-weight: bold; height: 20px; padding: 15px 0 0 10px; padding: 2px 0 0 10px\9; color: #064a96; letter-spacing: 0;  }
#sidebar #comments ul { padding: 2px 0 4px; }
#sidebar #comments li { margin: 4px 10px 4px 10px; padding-left: 12px; font-size: 11px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/b_article.png) no-repeat left 5px; _background-position: left 6px; }
#sidebar #comments li p { margin: 0; padding: 0; }
#sidebar #comments li a { display: inline; white-space: wrap; font-size: 11px; color: #3387c9; text-decoration: none; }
#sidebar #comments li .fn { display: inline; white-space: wrap; font-size: 11px; color: #3387c9; }

/*#sidebar .widget_archive { width: 251px; border: none; }*/

#sidebar .fbprofile { width: 251px; border: none; }

#region { position: relative; height: 67px ;width: 658px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/region-bg.jpg) no-repeat;}
#region-select{ width: 152px; padding-left: 16px ; padding-top: 15px ; }
#region-select select { width: 200px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.region_div_1 { position: absolute; left: 220px; top: 18px; font-size: 10px; color: #555555; text-transform:uppercase;}
.region_div_2 { position: absolute; left: 425px; top: 15px; font-size: 14px; color: #555555;}
.region_div_3 { position: absolute; left: 440px; top: 15px; font-size: 13px; color: #555555;}
.region_div_4 { position: absolute; left: 440px; top: 32px; font-size: 13px; color: #014694;}
.current-region { font-size: 13px; color: #014694;}
.region_arrow { position: absolute; right: 6px; top: 6px; height: 7px ; width: 11px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/region_arrow.jpg) no-repeat;}

.content h2 { font-size: 25px; color: #3387c9; }
#main-content{position:relative;}
#homepage h1, #homepage h1 a:link, #homepage h1 a:visited { font-size: 14px; color: #146eb3; text-decoration: none; margin: 10px 0 20px; padding: 0; }
#homepage h4 { padding: 0px 10px 0px 15px;}
#homepage h4, #homepage h4 a:link, #homepage h4 a:visited {  font-size: 12px; font-weight:bold; color: #014694; text-decoration: none; margin: 10px 0 2px; }
#homepage .hppostmeta, .postmeta2, .date p, .date p a { font-size: 10px; color: #908e8e; }
.postmeta2 { margin-bottom: 30px;}
#homepage .hppostmeta p {font-size: 10px; color: #555555;  font-family: Arial, sans-serif; margin-bottom: 23px;}
#homepage p { color: #333333; font-size: 12px; padding: 0px 10px 0px 15px; line-height: 1.2em;}
#smooth_sldr_bigitem p {padding: 10px 0px 10px 10px; font-size: 11px; font-family: Arial, sans-serif;}
#homepage a { color: #014694;}
a.readmore { font-size: 12px; color: #014694; text-decoration: none; }
.readmore:hover { text-decoration: underline; }

.heading-image { border: 0 none; padding: 0; height: 321px ;width: 659px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/news_slider.jpg) no-repeat;}
.heading-slider { border: 0 none; padding: 0; height: 300px ;width: 680px;}
.heading-post { margin-top: 20px; }
.heading-shadow, .heading-shadow-page { height: 6px; margin: 0 0 22px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/heading_shadow.png) no-repeat; }
.heading-shadow-page { height: 20px; margin: 15px 0; }
.bottom-shadow { width: 650px; height: 6px; margin: 22 0 0; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/bottom_shadow.png) no-repeat; }

#homepageleft{ position:absolute; width: 316px; height: 316px; margin: 0;  padding: 0; border: 1px solid #cccccc;}
#homepageleft img{ border: none; padding-left: 15px; padding-bottom: 8px;}
#homepageleft .readmore{ margin-left: 228px; margin-top: 5px; display:block; width: 58px; height: 15px;  background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/small_arrow.jpg) no-repeat right; text-decoration:underline;}
#homepageleft_bottom{ position:absolute; top:335px; width: 316px; height: 316px; margin: 0;  padding: 0; border: 1px solid #1bbbe9;}
#homepageleft h4 { padding: 0px 10px 0px 15px;}
#homepageleft h4, #homepageleft h4 a:link, #homepageleft h4 a:visited { font-size: 12px; font-weight:bold; color: #014694; text-decoration: none; margin: 5px 0 12px; }
#homepageleft_bottom h4 { padding: 0px 10px 0px 15px;}
#homepageleft_bottom h4, #homepageleft_bottom h4 a:link, #homepageleft_bottom h4 a:visited { font-size: 12px; font-weight:bold; color: #1bbbe9; text-decoration: none; margin: 10px 0 2px; }
#homepageright { position:absolute; left: 340px; width: 316px; height: 316px; margin: 0; border: 1px solid #cccccc;}
#homepageright_bottom { position:absolute; top:335px; left: 340px; width: 316px; height: 316px; margin: 0; border: 1px solid #cccccc;}
#right_top_title { width: 137px; margin-top: 8px; margin-bottom: 15px; }
#right_bottom_title { width: 160px;  margin-top: 8px; margin-bottom: 15px; }
#left_bottom_title { width: 160px;  margin-top: 8px; margin-bottom: 15px; }
#left_top_title { width: 180px;  margin-top: 8px; margin-bottom: 10px; _padding-bottom: 15px; _margin-bottom: -10px; }
#left_bottom_title p{ font-size: 16px; color: #014694; font-weight:bold; line-height: 1.2em; margin:0;}
#left_top_title p{ font-size: 16px; color: #333333; font-weight:bold; line-height: 1.2em; margin-bottom: 0;}
#right_bottom_title p{ font-size: 16px; color: #333333; font-weight:bold; line-height: 1.2em; margin:0;}
#right_top_title p{ font-size: 16px; color: #333333; font-weight:bold; line-height: 1.2em; margin:0;}
#toutes_grey_top {display:block; float:right; margin-top: -50px; margin-right: 11px; *margin-top: -50px; _margin-right: 5px; height: 15px ; width: 110px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/toutes_grey.jpg) no-repeat;}
#toutes_grey_bottom {display:block; float:right; margin-top: -32px; margin-right: 11px; *margin-top: -31px; _margin-right: 5px; height: 15px ; width: 110px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/toutes_grey.jpg) no-repeat;}
#toutes_blue{display:block; float:right; margin-top: -32px; margin-right: 11px; *margin-top: -31px; _margin-right: 5px; height: 15px ; width: 110px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/toutes_blue.jpg) no-repeat;}

.post h1, .postarea h1, .petition h1, .banners h1, .postarea h1 a { font-size: 25px; font-weight: normal; color: #014694; }
.post h1, .postarea h1, .petition h1, .banners h1 { background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/heading_shadow.png) no-repeat center bottom; margin-bottom: 10px; }
.post h2, .banners h2, .postarea h2, .postarea h2 a { font-size: 16px; font-weight: bold; color: #014694; }

.post h3, .postarea h3, .postarea h3 a { font-size: 12px; font-weight: bold; color: #014694; }
.petition h1 { padding-left: 0; padding-bottom: 20px; }
.petition h3 { font-size: 19px; font-weight: bold; color: #014694; padding: 20px 0; }
.banners h1 { padding-left: 0; padding-bottom: 20px; }
.banners h3 { font-size: 19px; font-weight: bold; color: #014694; padding: 20px 0; }
.postarea h1 { padding-left: 0; padding-bottom: 30px; }
.postarea h2 { padding-left: 0; padding-bottom: 6px; margin-bottom: 0; }
.postarea h3 { padding-left: 0; padding-bottom: 6px; margin-bottom: 0; }

.postarea ul, .petition ul, .banners ul, .sitemap ul { list-style: square; margin-left: 25px; padding: 0 0 10px 10px; }
.postarea ul li, .petition ul li, .banners ul li, .sitemap ul li { line-height: 2em; }
.post h1.article-title { padding-bottom: 20px; }

.petition h2, .banners h2 { margin-bottom: 0; }
.banners img { border: none; }

.petition #frm-petition { padding: 20px 0; }
.petition #frm-petition br { display: none; }
.petition #btn-submit { width: 106px; height: 26px; margin: 15px auto 0; }
.petition .frm-label { display: block; width: 210px; font-size: 11px; font-weight: bold; color: #ad0c0c; margin: 5px 0; }
.petition .frm-label2 { display: block; width: 210px; font-size: 11px; font-weight: bold; margin: 5px 0; }
.petition .frm-text { display: block; width: 210px; height: 20px; font-size: 11px; line-height: 1.5em; margin: 5px 0; border: 1px solid #d7d7d7; }

#si_contact_name, #si_contact_email, #si_contact_ex_field1, #si_contact_ex_field2, #si_contact_ex_field3, #si_contact_ex_field4,
#si_contact_ro_field1_value, #si_contact_ro_field2_value, #si_contact_ro_field3_value, #si_contact_ro_field4_value
	{ width: 250px; height: 17px; color: #ad0c0c; font-weight: bold; font-size: 11px; line-height: 1.5em; margin: 3px 0; border: 1px solid #d7d7d7; }
#si_contact_message { width: 250px; height: 70px; color: #ad0c0c; font-weight: bold; font-size: 11px; line-height: 1.5em; margin: 3px 0; border: 1px solid #d7d7d7; }
#si_contact_captcha_code { height: 17px; color: #ad0c0c; font-weight: bold; font-size: 11px; line-height: 1.5em; margin: 3px 0; border: 1px solid #d7d7d7; }

a.approve { display: block; width: 208px; height: 27px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/btn_ok.png) no-repeat; border: 0 none; }
a.disapprove { display: block; width: 208px; height: 27px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/btn_ko.png) no-repeat; border: 0 none; }
p.thank-you { font-weight: bold; font-size: 14px; color: #ad0c0c; }

td.grad { margin: 0; padding: 0; height: 1px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/grad_bckg.png) no-repeat; }
p.bottom-desc { margin-top: 30px; font-size: 14px; font-style: oblique; text-align: right; }
p.author-link { display: none; }
a.button-submit { float: left; display: inline; width: 85px; height: 26px; text-indent: -9999px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/btn_submit.png) no-repeat; }
a.button-reset  { float: left; display: inline; width: 85px; height: 26px; text-indent: -9999px; background: url(/web/20130423141443im_/http://www.lescreateurs.org/wp-content/themes/lescreateurs/images/btn_reset.png) no-repeat; margin-left: 10px; }
.form-buttons { height: 36px; }
.error-message, .fld-required { color: red; text-align: left; }
.warning-message { color: red; text-align: left; font-weight: bold; }
.frm-error { border: 1px solid red; }

.donation div.entry { margin-bottom: 6px; padding: 0 0 6px; }
.donation div.label { display: inline; float: left; width: 210px; font-weight: bold; color: #5a5a5a; }
.donation div.label-short { display: inline; padding: 0 10px; width: 100px; font-weight: bold; }
.donation div.field { display: table; width: 400px; }
.donation div.field input.frm-text { width: 210px; }
.donation div.field textarea.frm-text { width: 210px; height: 90px; }
.donation div.field textarea.frm-text-small { width: 210px; height: 40px; }
.donation div.field select { width: 214px; }
.donation div.field select.small { width: 64px; }
.donation div.field input.frm-text-small { width: 90px; }

.bookmark_me { margin: 20px 0; }
.bookmark_me a, .bookmark_me_extra a { font-size: 11px; color: #333333 !important; }

optgroup { font-style: normal; }
option.common-region { font-weight: bold; }
option.main-area { font-weight: bold; color: #555555; }
.tags { margin: 0 0 15px 0; }
.navigation { margin: 25px; text-align: center; }

#id_select_newsletter { width: 50px;}
#id_region_newsletter span { }
.wpcf7-radio  span{ display:block; }
.wpcf7-list-item span{ display:inline; }
/*
     FILE ARCHIVED ON 14:14:43 Apr 23, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:38:28 Jul 17, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 85.115
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.074
  cdx.remote: 0.052
  esindex: 0.009
  LoadShardBlock: 42.584 (3)
  PetaboxLoader3.datanode: 99.796 (5)
  CDXLines.iter: 14.89 (3)
  load_resource: 301.822 (2)
  PetaboxLoader3.resolve: 66.099 (2)
*/